object ListForm: TListForm Left = 200 Top = 103 BorderIcons = [] BorderStyle = bsDialog Caption = 'Select' ClientHeight = 316 ClientWidth = 169 Font.Color = clBlack Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 120 Position = poScreenCenter TextHeight = 16 object TheList: TListBox Left = 5 Top = 5 Width = 159 Height = 213 ItemHeight = 16 TabOrder = 0 end object OKButton: TBitBtn Left = 30 Top = 226 Width = 109 Height = 41 TabOrder = 1 Kind = bkOK end object CancelButton: TBitBtn Left = 30 Top = 271 Width = 109 Height = 40 TabOrder = 2 Kind = bkCancel end end